Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/42. Random Quote/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/42. Random Quote/app.js
10 Views
0 Comments
const generateQuoteBtn = document.getElementById("quoteBtn");
const quoteOutput = document.getElementById("quoteOutput");
const
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/42. Random Quote/index.html
18 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/42. Random Quote/style.css
15 Views
0 Comments
* {
margin: 0;
padding: 0;
}

body {
background-color: #ddd;
text-align: center;